Wiki

Clone wiki

inf225 / glossary / Structure, Structure type

[Alphabetical Index | Tag Index]

Structure, Structure type (also Record, Record type)

A composite data type with named fields members; such as struct in C or record in Pascal. Similar to (or same as, with structural type equivalence) a named tuple, or a product type with named components.

[Wikipedia]

Updated